CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - RGB matlab

搜索资源列表

  1. RGB--matlab

    0下载:
  2. rgb 绘图问题 是matlab方面的
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2598
    • 提供者:王君
  1. 咖吗滤波matlab

    1下载:
  2. function [h,s,v] = rgb2hsv(r,g,b) %RGB2HSV Convert red-green-blue colors to hue-saturation-value. %   H = RGB2HSV(M) converts an RGB color map to an HSV color map. %   Each map is a matrix with any number of rows, exactly three
  3. 所属分类:matlab例程

    • 发布日期:2008-12-16
    • 文件大小:1517
    • 提供者:leohee
  1. MATLAB图像处理源程序

    3下载:
  2. 程序代码说明 P0201:MATLAB赋值 P0202:MATLAB中的for循环 P0203:MATLAB中的for循环和if条件 P0205:MATLAB图像处理的基本操作 P0206:MATLAB高级图像处理操作 P0207:根据RGB图像创建一幅灰度图像 P0208:二值图像的取反操作 P0209:用imshow函数显示图像 P0210:在同一个窗口内显示两幅图像 2.rar (15.23k) 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0
  3. 所属分类:matlab例程

    • 发布日期:2009-01-02
    • 文件大小:87980
    • 提供者:wilsonwong
  1. rgb-cmyk.rar

    0下载:
  2. RGB-CMYK by matlab sourcecode,RGB-CMYK by matlab sourcecode
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:3707
    • 提供者:mooi
  1. rgb

    0下载:
  2. 有关图像的RGB三色的合成、分离,还用到了Matlab中得gui界面的设置。-Three-color RGB images related to the synthesis, separation, also used in Matlab, was gui interface settings.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:250853
    • 提供者:chenye
  1. HIS-RGB

    1下载:
  2. 遥感图像的色彩变换 能从IHS转换到RGB 并能从RGB转换到HIS 效果比较好-Remote sensing images from the IHS color transform to the RGB and the conversion from RGB to HIS conversion effect is better
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-02-20
    • 文件大小:3698435
    • 提供者:项德良
  1. gray2rgb.ZIP

    0下载:
  2. Convert color images between RGB, YCbCr, HSV, HSL, CIE Lab, CIE Luv, CIE Lch, and more.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:63692
    • 提供者:龙鹏
  1. signal-analysis

    0下载:
  2. dctcom.m文件利用DCT变换完成对输入图像进行压缩;imagecbe.m完成对输入的两幅RGB图像用小波分析的方法进行图像融合 imagecom.m完成对输入的RGB图像用小波分析的方法进行自动降噪,得到高频系数阈值,降噪效果百分比和结果 wavelet1D.m完成对输入的一维信号进行多尺度离散小波分解 wavelet2D完成对输入的二维信号进行多尺度离散小波分解;zigzag.m完成对输入的8*8矩阵按照zigzag排列抽取数据.-document the use of DCT tran
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:3571
    • 提供者:zhouhao
  1. YUV2RGB

    1下载:
  2. 视频处理算法 RGB与YUV格式的相互转化-Video processing algorithms in RGB and YUV formats mutual conversion
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3058
    • 提供者:wu jinghui
  1. rgbhist

    0下载:
  2. Use the RGB mode to get a quick sense of which colors are present in particular highlight, shadow, and midtone regions. The LAB mode is more useful for determining the actual color balance of an image, but it is slower. -Use the RGB mode to get a q
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:39493
    • 提供者:焦竹青
  1. RGB-HSI

    0下载:
  2. 在matlab中实现从rgb到hsi色彩模式的转换-In matlab to achieve from the rgb color model to HSI conversion
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:814
    • 提供者:唐先生
  1. RGB2LabAndLab2RGB

    0下载:
  2. % function [L, a, b] = RGB2Lab(R, G, B) % RGB2Lab takes matrices corresponding to Red, Green, and Blue, and % transforms them into CIELab. This transform is based on ITU-R % Recommendation BT.709 using the D65 white point reference. % The e
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:2081
    • 提供者:郑成勇
  1. RGB

    0下载:
  2. RGB模式下的人脸检测,全面实用,可以参考。-RGB mode, Face Detection, comprehensive and practical, can refer to.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-13
    • 文件大小:1947
    • 提供者:小开
  1. FCM

    1下载:
  2. 模糊C-均值(FCM)聚类算法,用MATLAB程序编写。-FCM clustering algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:814
    • 提供者:angelp
  1. PseudoColorImageProcessing

    1下载:
  2. 本实验要求编写程序实现课本图6.23伪彩色图像处理能力框图,实现灰度级到彩色的转换,程序的输入为图像中指定的两个灰度级范围,程序的输出为RGB格式图像,其中一个灰度级范围显示为指定的彩色,其余的像素以RGB形式显示为与对应输入图像像素相同的灰度色-Prepared at the request of the experimental procedures to achieve pseudo-textbook Figure 6.23 Block diagram of color image pro
  3. 所属分类:Special Effects

    • 发布日期:2015-04-26
    • 文件大小:305175
    • 提供者:jhm
  1. RGB

    0下载:
  2. extract raw file YUV color and combine in RGB color
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-03
    • 文件大小:11798
    • 提供者:dragonslaver
  1. convert

    0下载:
  2. convert from gray to rgb
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:674
    • 提供者:omar
  1. rgb-yuv

    0下载:
  2. 该程序源代码实现了RGB-->YUV转化-RGB-->YUV
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:7626
    • 提供者:Grace
  1. rgb

    0下载:
  2. 关于rgb人脸肤色分割的matlab程序-About Face Skin Segmentation rgb matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:593
    • 提供者:赵晓
  1. lab-rgb

    0下载:
  2. lab颜色空间与rgb颜色空间之间的相互转换(Lab color space and mutual transformation between the RGB color space)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:Christin
« 12 3 4 5 6 7 8 9 10 ... 27 »
搜珍网 www.dssz.com